home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 December / 2004-12 CHIP.iso / Internet / The Bat! Professional 3.01 / thebat_professional.msi / Data1.cab / thebat.exe / 0 / RCDATA / THTVFORM / THTVFORM.txt
Text File  |  2004-10-12  |  1KB  |  53 lines

  1. object HTVForm: THTVForm
  2.   Left = 276
  3.   Top = 117
  4.   Width = 556
  5.   Height = 434
  6.   BorderIcons = [biSystemMenu]
  7.   Caption = 'HTVForm'
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -14
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   Position = poScreenCenter
  16.   OnClose = FormClose
  17.   OnCreate = FormCreate
  18.   PixelsPerInch = 120
  19.   TextHeight = 16
  20.   object pnBottom: TPanel
  21.     Left = 0
  22.     Top = 351
  23.     Width = 548
  24.     Height = 51
  25.     Align = alBottom
  26.     BevelOuter = bvNone
  27.     TabOrder = 0
  28.     OnResize = pnBottomResize
  29.     object bOK: TButton
  30.       Left = 236
  31.       Top = 10
  32.       Width = 139
  33.       Height = 31
  34.       Cancel = True
  35.       Caption = '&OK'
  36.       TabOrder = 0
  37.       OnClick = bOKClick
  38.     end
  39.   end
  40.   object pmView: TPopupMenu
  41.     Left = 176
  42.     Top = 296
  43.     object Copy1: TMenuItem
  44.       Caption = '&Copy'
  45.       OnClick = Copy1Click
  46.     end
  47.     object Selectall1: TMenuItem
  48.       Caption = 'Select &all'
  49.       OnClick = Selectall1Click
  50.     end
  51.   end
  52. end
  53.